VMX guest memory calculation in python code is corrupted by changeset
authoremellor@ewan <emellor@ewan>
Thu, 22 Sep 2005 10:21:37 +0000 (11:21 +0100)
committeremellor@ewan <emellor@ewan>
Thu, 22 Sep 2005 10:21:37 +0000 (11:21 +0100)
commit79e2c4bff39d071ef1a681f4ba505bddf61a5790
tree88155a23e74cbee93c0cf830d91731450ece22b6
parent7dfa4a382a7d34e77942a1d3bfb105af4dd6248c
VMX guest memory calculation in python code is corrupted by changeset
6984, this patch fixes it.

Also print vmx builder parameters before calling vmx builer, just like
what's done before calling linux builder.

With this patch, qemu dm using SDL can work, however qemu dm using VNC
still has bug, we will fix it soon.

Signed-off-by: Xin Li <xin.b.li@intel.com>
tools/python/xen/xend/image.py